func syscall.capToIndex
3 uses
syscall (current package)
exec_linux.go#L130: func capToIndex(cap uintptr) uintptr { return cap >> 5 }
exec_linux.go#L402: caps.data[capToIndex(c)].permitted |= capToMask(c)
exec_linux.go#L403: caps.data[capToIndex(c)].inheritable |= capToMask(c)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)